home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power Programmierung 2
/
Power-Programmierung CD 2 (Tewi)(1994).iso
/
c
/
library
/
os2
/
rcs
/
rcs56src
/
source
/
cvs
/
examples
/
makefile
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1991-02-06
|
301 b
|
23 lines
#
# $Id: Makefile,v 1.1 89/11/19 23:17:17 berliner Exp $
#
# Makefile for CVS sample files that reside in the $CVSROOT/CVSROOT.adm
# directory
#
FILES= Makefile loginfo modules
all:
install:
clean:
rm -f *.o core
list:
@for i in ${FILES}; do\
echo $$i;\
done
depend: